home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #12 / Amiga Plus CD - 2002 - No. 12.iso / Tools / Development / source-highlight-1.6.1 / tests / test_comments.cc < prev    next >
Text File  |  2002-11-17  |  231b  |  17 lines

  1. // some tests for comments
  2.  
  3. /*   It is the same for Java and C++
  4.  */
  5.  
  6. /*
  7.   These are some comments with come nesting
  8.   e.g. /* and
  9.   let's see if it works!
  10. */
  11.  
  12. // since their // behaviour is /* almost the same 
  13.  
  14. */
  15.  
  16. /* < & > // */
  17.